home *** CD-ROM | disk | FTP | other *** search
/ Armageddon - Interactive Preview / Interactive Preview: Armageddon.iso / pc / quizstrt.dxr / 00013_done.ls < prev    next >
Encoding:
Text File  |  1998-05-19  |  439 b   |  19 lines

  1. on mouseEnter me
  2.   set the member of sprite the currentSpriteNum to "DONE-ROLL"
  3. end
  4.  
  5. on mouseLeave me
  6.   set the member of sprite the currentSpriteNum to "DONE-NORM"
  7. end
  8.  
  9. on mouseDown me
  10.   set the member of sprite the currentSpriteNum to "DONE-MOUSE"
  11. end
  12.  
  13. on mouseUp me
  14.   set the member of sprite the currentSpriteNum to "DONE-ROLL"
  15.   puppetSound(3, "soft metal")
  16.   set the visible of sprite 64 to 0
  17.   set the visible of sprite 66 to 0
  18. end
  19.